home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / net / monalisa10b.lha / Monalisa / Contributions / NNTPGet / GetNNTPNews < prev    next >
Text File  |  1994-07-26  |  371b  |  11 lines

  1. ;
  2. ; I use this script to get news from our NNTP Network server.
  3. ; Executed daily. (If you want to execute NNTPGet more than once in a day
  4. ; please modify the first line to use the supplied A-Rexx script).
  5. ;
  6.  
  7. nntpget >NIL: FROM comp.sys.amiga.* NNTPSERVER news TO T:newsbatch.nntp SINCE yesterday
  8. rnews >NIL: T:newsbatch.nntp
  9. batchnews >NIL:
  10. delete T:newsbatch.nntp QUIET
  11.